OpenRoads Designer CONNECT Edition SDK Help

CreateTangentToTwoElementsThruPoint Method

Creates Tangent Line when given two elements and a thrupoint

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  CircularArc[]CreateTangentToTwoElementsThruPoint( LinearElement backElement, LinearElement aheadElement, DPoint3d thruPoint,double tolerance)

Parameters

SettingDescription
  LinearElement First linear element used as reference
  LinearElement Second linear element used as reference
  DPoint3d Thru point of the tangent
   tolerance of the mathematics

Return Value

CircularArc[]

See Also